home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / misc_pto / mnucons2 / install.bat next >
DOS Batch File  |  1989-04-22  |  565b  |  27 lines

  1. echo off
  2. cls
  3. if not exist mcs_inst.exe goto err1
  4. if exist install.txt type install.txt
  5. MCS_INST
  6. if not exist unpack.bat goto end
  7. UNPACK
  8. goto end
  9.  
  10. :err1
  11. if exist mcs_pack.pgm goto err2
  12. echo ERROR - The drive you are installing from must be the currently logged drive...
  13. goto errmsg
  14.  
  15. :err2
  16. echo ERROR - You are trying to install MCS from INSTALLATION DISK 2...
  17. goto errmsg
  18.  
  19. :errmsg 
  20. echo To install MCS from Drive A, place INSTALLATION DISK 1 into Drive A:, and
  21. echo then type the following:
  22. echo       A:
  23. echo       INSTALL
  24. goto end
  25.  
  26. :end
  27.